home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gear10.zip / GF8.HLP < prev   
Text File  |  1990-12-18  |  5KB  |  104 lines

  1.  
  2.                    Gear Sub-Menu F8 Detailed Help Notes
  3.  
  4.         "Use which chainring"
  5.         Sets this page up to use the gear inch values as set up
  6.         on F5 for the chainring value entered here.  If this
  7.         is set to 1 then this page will use the gear ratios
  8.         for the first chainring to make the table.  If set to
  9.         2 then it will use the larger chainring, etc.
  10.  
  11.         "Beginning rpm of crank."
  12.         Allows the user to determine when the table will start
  13.         calculating the speed for a given crank rpm.
  14.  
  15.         "Stopping rpm of crank."
  16.         Allows the user to determine when the table will stop
  17.         calculating the speed for a given crank rpm.
  18.  
  19.         "Increment rpm of crank by."
  20.         Allows the user to determine jumps in the crank rpm.
  21.  
  22.         "Make a table to screen."
  23.         Does the calculation and displays the results to the screen
  24.         one page at a time.
  25.  
  26.         "Directory of output files."
  27.         Provides an easy way to see what files already exist.
  28.         The user is prompted to edit the mask or if "Enter" is
  29.         pressed the current mask will be used.
  30.  
  31.         "File to act on."
  32.         This is the file name that this page will use to write to,
  33.         print, or delete.
  34.  
  35.         "Write the table to a file "
  36.         Writes the same thing as "Make a table to screen" to the
  37.         above file but without any "press any key" prompts in it.
  38.  
  39.         WARNING:
  40.         THERE MUST BE ENOUGH AVAILABLE MEMORY IN YOUR MACHINE
  41.         FOR THE FOLLOWING TO WORK.  (If you are calling this
  42.         program from another there may not be enough left
  43.         for these to dynamically use the extra memory that
  44.         they need.)
  45.  
  46.         "View file"
  47.         Allows the user to look at the data without going to DOS.
  48.         (The "press any key" phrases are not really in the file.)
  49.  
  50.         "Erase file"
  51.         Deletes the file if it is found.  No caution is provided.
  52.         WARNINGS:
  53.           1.  It just deletes the file.  No "are you sure" stuff
  54.               here!   ( Just write it again.)
  55.           2.  If the command to "Erase" the file is given too soon
  56.               after the "Print" command then it is likely that
  57.               only part of the file will be printed.
  58.               If the file is a longer file then the DOS "print"
  59.               buffers and the printer's buffers then the file
  60.               will be deleted before it gets to the printer.
  61.               (This is true unless you are using a more
  62.               sophisticated "spooling" print queue utility than
  63.               the standard DOS one.)
  64.  
  65.         "Print file"
  66.         Passes the name of the file to the DOS "print" queue buffer.
  67.         The second warning under "Erase" applies here in addition
  68.         to the following...
  69.         WARNING:  this can have unwanted side effects!
  70.         If the DOS "print" queue buffer was not previously run
  71.         or set up before this program was loaded then DOS sets
  72.         up the "print" queue buffers in the memory after the
  73.         memory this program is using.  Then when this program is
  74.         exited DOS will not recover the program memory because the
  75.         "print" buffers were loaded after it.  The only (normal)
  76.         way to recover this memory is to reboot as DOS cannot
  77.         recover fragmented memory.
  78.            (This problem may be avoided by allocating memory
  79.         at boot time by placing the following two lines in your
  80.         autoexec.bat file:
  81.             "mode LPT1:
  82.              print/d:LPT1"
  83.         The exact form of this may vary slightly from clone to
  84.         clone so see the DOS "mode" and "print" commands for
  85.         your machine.)
  86.  
  87.         "Copy file..."
  88.         Uses the DOS "copy" command to copy the file to the 
  89.         DOS device "lpt1" which is normally the printer.
  90.         Use this instead of "Print" to avoid the memory buffer
  91.         problems mentioned above.  (A possible penalty here
  92.         is that it may tie up the machine longer while the
  93.         file is being printed.  This depends on the file length
  94.         and the length of the printer's hardware buffer.)
  95.  
  96.  
  97.         "Open a door to DOS"
  98.         If enough memory is available the program will be temporarily
  99.         suspended and the user will be able to access DOS directly
  100.         to do whatever they wish.  To get back into the program
  101.         hit "Enter" without typing any other characters at the
  102.         prompt.
  103. 
  104.